home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / zilch / _SETUP.1 / zilchrps.dll / RCDATA / TQREXPRBUILDER / TQREXPRBUILDER.txt
Text File  |  1998-12-27  |  8KB  |  396 lines

  1. object QRExprBuilder: TQRExprBuilder
  2.   Left = 236
  3.   Top = 88
  4.   BorderStyle = bsDialog
  5.   Caption = 'Expression builder'
  6.   ClientHeight = 403
  7.   ClientWidth = 433
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   WindowState = wsMaximized
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 318
  22.     Width = 337
  23.     Height = 47
  24.   end
  25.   object CurrentExpr: TLabel
  26.     Left = 8
  27.     Top = 302
  28.     Width = 62
  29.     Height = 13
  30.     Caption = 'Expression'
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object Element: TLabel
  38.     Left = 10
  39.     Top = 320
  40.     Width = 333
  41.     Height = 43
  42.     AutoSize = False
  43.     Color = clWhite
  44.     ParentColor = False
  45.     WordWrap = True
  46.   end
  47.   object OK: TButton
  48.     Left = 232
  49.     Top = 372
  50.     Width = 49
  51.     Height = 21
  52.     Caption = 'OK'
  53.     ModalResult = 1
  54.     TabOrder = 6
  55.   end
  56.   object Cancel: TButton
  57.     Left = 292
  58.     Top = 372
  59.     Width = 49
  60.     Height = 21
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 7
  64.   end
  65.   object Undo: TButton
  66.     Left = 8
  67.     Top = 372
  68.     Width = 49
  69.     Height = 21
  70.     Caption = 'Undo'
  71.     Enabled = False
  72.     TabOrder = 4
  73.     OnClick = UndoClick
  74.   end
  75.   object Clear: TButton
  76.     Left = 64
  77.     Top = 372
  78.     Width = 49
  79.     Height = 21
  80.     Caption = 'Clear'
  81.     TabOrder = 5
  82.     OnClick = ClearClick
  83.   end
  84.   object ConstantGB: TGroupBox
  85.     Left = 6
  86.     Top = 6
  87.     Width = 341
  88.     Height = 49
  89.     Caption = 'Constant'
  90.     TabOrder = 0
  91.     object aConstant: TEdit
  92.       Left = 8
  93.       Top = 16
  94.       Width = 197
  95.       Height = 21
  96.       TabOrder = 0
  97.       OnKeyPress = NumericConstantKeyPress
  98.     end
  99.     object ConstantType: TComboBox
  100.       Left = 212
  101.       Top = 16
  102.       Width = 65
  103.       Height = 21
  104.       Style = csDropDownList
  105.       ItemHeight = 13
  106.       Items.Strings = (
  107.         'Numeric'
  108.         'String')
  109.       TabOrder = 1
  110.     end
  111.     object AddNumeric: TButton
  112.       Left = 282
  113.       Top = 16
  114.       Width = 49
  115.       Height = 21
  116.       Caption = 'Add'
  117.       TabOrder = 2
  118.       OnClick = AddNumericClick
  119.     end
  120.   end
  121.   object DataFieldGB: TGroupBox
  122.     Left = 180
  123.     Top = 60
  124.     Width = 167
  125.     Height = 237
  126.     Caption = 'Data field'
  127.     TabOrder = 2
  128.     object Label1: TLabel
  129.       Left = 12
  130.       Top = 16
  131.       Width = 37
  132.       Height = 13
  133.       Caption = 'Dataset'
  134.     end
  135.     object Label2: TLabel
  136.       Left = 12
  137.       Top = 58
  138.       Width = 22
  139.       Height = 13
  140.       Caption = 'Field'
  141.     end
  142.     object DataSet: TComboBox
  143.       Left = 10
  144.       Top = 34
  145.       Width = 147
  146.       Height = 21
  147.       Style = csDropDownList
  148.       ItemHeight = 13
  149.       Sorted = True
  150.       TabOrder = 0
  151.       OnChange = DataSetChange
  152.     end
  153.     object AddDatafield: TButton
  154.       Left = 108
  155.       Top = 204
  156.       Width = 49
  157.       Height = 21
  158.       Caption = 'Add'
  159.       TabOrder = 2
  160.       OnClick = AddDatafieldClick
  161.     end
  162.     object DataField: TListBox
  163.       Left = 10
  164.       Top = 74
  165.       Width = 147
  166.       Height = 121
  167.       ItemHeight = 13
  168.       TabOrder = 1
  169.       OnDblClick = AddDatafieldClick
  170.     end
  171.   end
  172.   object FunctionGB: TGroupBox
  173.     Left = 6
  174.     Top = 60
  175.     Width = 169
  176.     Height = 237
  177.     Caption = 'Function'
  178.     TabOrder = 1
  179.     object FunctionName: TLabel
  180.       Left = 12
  181.       Top = 144
  182.       Width = 149
  183.       Height = 23
  184.       AutoSize = False
  185.       Caption = 'FunctionName'
  186.       Font.Color = clBlack
  187.       Font.Height = -11
  188.       Font.Name = 'Arial'
  189.       Font.Style = [fsBold]
  190.       ParentFont = False
  191.       WordWrap = True
  192.     end
  193.     object FunctionDescript: TLabel
  194.       Left = 12
  195.       Top = 170
  196.       Width = 145
  197.       Height = 31
  198.       AutoSize = False
  199.       Caption = 'Function description'
  200.       Font.Color = clBlack
  201.       Font.Height = -11
  202.       Font.Name = 'Arial'
  203.       Font.Style = []
  204.       ParentFont = False
  205.       WordWrap = True
  206.     end
  207.     object Label3: TLabel
  208.       Left = 12
  209.       Top = 18
  210.       Width = 42
  211.       Height = 13
  212.       Caption = 'Category'
  213.     end
  214.     object Label4: TLabel
  215.       Left = 12
  216.       Top = 58
  217.       Width = 89
  218.       Height = 13
  219.       Caption = 'Available functions'
  220.     end
  221.     object AddFunction: TButton
  222.       Left = 108
  223.       Top = 206
  224.       Width = 49
  225.       Height = 21
  226.       Caption = 'Add'
  227.       TabOrder = 2
  228.       OnClick = AddFunctionClick
  229.     end
  230.     object FunctionType: TComboBox
  231.       Left = 10
  232.       Top = 34
  233.       Width = 149
  234.       Height = 21
  235.       Style = csDropDownList
  236.       ItemHeight = 13
  237.       Items.Strings = (
  238.         'All'
  239.         'Date & time'
  240.         'Math & trig'
  241.         'Statistical'
  242.         'Database'
  243.         'Logical'
  244.         'Information'
  245.         'Other')
  246.       TabOrder = 0
  247.       OnChange = FunctionTypeClick
  248.     end
  249.     object AvailableFunc: TListBox
  250.       Left = 10
  251.       Top = 74
  252.       Width = 147
  253.       Height = 69
  254.       ItemHeight = 13
  255.       Sorted = True
  256.       TabOrder = 1
  257.       OnClick = AvailableFuncClick
  258.       OnDblClick = AddFunctionClick
  259.     end
  260.   end
  261.   object OperatorsGB: TGroupBox
  262.     Left = 358
  263.     Top = 6
  264.     Width = 63
  265.     Height = 389
  266.     Caption = 'Operators'
  267.     TabOrder = 3
  268.     object AddPlus: TButton
  269.       Left = 15
  270.       Top = 21
  271.       Width = 35
  272.       Height = 21
  273.       Caption = '+'
  274.       TabOrder = 0
  275.       OnClick = AddPlusClick
  276.     end
  277.     object AddMinus: TButton
  278.       Left = 15
  279.       Top = 47
  280.       Width = 35
  281.       Height = 21
  282.       Caption = '-'
  283.       TabOrder = 1
  284.       OnClick = AddMinusClick
  285.     end
  286.     object AddMul: TButton
  287.       Left = 15
  288.       Top = 73
  289.       Width = 35
  290.       Height = 21
  291.       Caption = '*'
  292.       TabOrder = 2
  293.       OnClick = AddMulClick
  294.     end
  295.     object AddEqual: TButton
  296.       Left = 15
  297.       Top = 124
  298.       Width = 35
  299.       Height = 21
  300.       Caption = '='
  301.       TabOrder = 4
  302.       OnClick = AddEqualClick
  303.     end
  304.     object AddParentese: TButton
  305.       Left = 15
  306.       Top = 356
  307.       Width = 35
  308.       Height = 21
  309.       Caption = '(  )'
  310.       TabOrder = 13
  311.       OnClick = AddParenteseClick
  312.     end
  313.     object AddSmaller: TButton
  314.       Left = 15
  315.       Top = 150
  316.       Width = 35
  317.       Height = 21
  318.       Caption = '<'
  319.       TabOrder = 5
  320.       OnClick = AddSmallerClick
  321.     end
  322.     object AddLarger: TButton
  323.       Left = 15
  324.       Top = 176
  325.       Width = 35
  326.       Height = 21
  327.       Caption = '>'
  328.       TabOrder = 6
  329.       OnClick = AddLargerClick
  330.     end
  331.     object Button1: TButton
  332.       Left = 15
  333.       Top = 253
  334.       Width = 35
  335.       Height = 21
  336.       Caption = '>='
  337.       TabOrder = 8
  338.       OnClick = Button1Click
  339.     end
  340.     object Button2: TButton
  341.       Left = 15
  342.       Top = 227
  343.       Width = 35
  344.       Height = 21
  345.       Caption = '<='
  346.       TabOrder = 9
  347.       OnClick = Button2Click
  348.     end
  349.     object AddNotEqual: TButton
  350.       Left = 15
  351.       Top = 201
  352.       Width = 35
  353.       Height = 21
  354.       Caption = '<>'
  355.       TabOrder = 7
  356.       OnClick = AddNotEqualClick
  357.     end
  358.     object AddNot: TButton
  359.       Left = 15
  360.       Top = 279
  361.       Width = 35
  362.       Height = 21
  363.       Caption = 'Not'
  364.       TabOrder = 10
  365.       OnClick = AddNotClick
  366.     end
  367.     object AddAnd: TButton
  368.       Left = 15
  369.       Top = 304
  370.       Width = 35
  371.       Height = 21
  372.       Caption = 'And'
  373.       TabOrder = 11
  374.       OnClick = AddAndClick
  375.     end
  376.     object AddOr: TButton
  377.       Left = 15
  378.       Top = 330
  379.       Width = 35
  380.       Height = 21
  381.       Caption = 'Or'
  382.       TabOrder = 12
  383.       OnClick = AddOrClick
  384.     end
  385.     object AddDiv: TButton
  386.       Left = 15
  387.       Top = 98
  388.       Width = 35
  389.       Height = 21
  390.       Caption = '/'
  391.       TabOrder = 3
  392.       OnClick = AddDivClick
  393.     end
  394.   end
  395. end
  396.